net/http.Server.protocols (method)

5 uses

	net/http (current package)
		server.go#L2020: 	protos := c.server.protocols()
		server.go#L3406: 	if s.protocols().UnencryptedHTTP2() {
		server.go#L3519: 	config.NextProtos = adjustNextProtos(config.NextProtos, s.protocols())
		server.go#L3535: func (s *Server) protocols() Protocols {
		server.go#L3787: 	p := s.protocols()